/*-------------------------------------------------------------------------------------
Theme Name  : SAINT COSMO SCHOOL
Theme URI   : https://www.saintcosmoschool.com
Author URI  : https://www.saintcosmoschool.com
Description : Saint Cosmo School 
Author      : Admin | Saint Cosmo School 
Version     : English
----------------------------------------------------------------------------------------*/

/*
---------------------------
    TABLE OF CONTENT
---------------------------
1.  FONTS
2.  TYPHOGRAPHY
3.  NAVABAR
4.  HEADER
5.  NAVBAR
6.  BOX ITEM
7.  ABOUT SECTION
8.  CLIENT SECTION
9.  QUOTE SECTION
10. RECENT NEWS SECTION
11. RESPONSIVE SECTION

*/

/*START FONT*/

@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap');

/*END FONT*/

/*START TYPHOGRAPHY*/

body.bn{
    font-family: 'Hind Siliguri', sans-serif;
}
body.en{
    font-family: 'Fredoka One', cursive;
}

:root {
    --primary-color: #0083cb;
    --text-color: #222;
    --heading-color: #23252a;
    --button-color: #373b3e;
    --menu-color:#333;
    --heading-font-size: 25px;
    --text-font-size: 16px;
    --menu-font-size: 18px;
    --body-font-size: 16px;
    --text-default:#fff;

}

body {
    font-size: var(--body-font-size);
    color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    text-align: justify;
    font-size: var(--text-font-size);
}

p:last-child {
    margin-bottom: 0;
}
a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
a,
a:hover,
a:focus,
input,
button,
textarea,
button:hover,
button:focus {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

*:focus {
    outline: none !important;
}
a{
    text-decoration: none;
}
a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button,
input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: block;
    position: relative;
}

.img-full img {
    width: 100%;
}
.title-home{
    margin:40px 0px;
    display: block; 
}
.title-home h2{
    font-size: 35px;
    color: var(--primary-color);
    text-align: center;
}
.title-home img{
    margin:0 auto;
}
.page-title-section{
    padding:40px 0px;
    background: #E2F2FA;
    color:var(--primary-color);

}
.page-title{
    font-size: 25px;
}

.page-body{
    padding:50px 0px;
}
.page-body h3{
    color: var(--primary-color);
}

/*END TYPHOGRAPHY*/

/*START TOPBAR*/
.topbar-section{
    background-color: var(--primary-color);
    display: block;
    padding:10px 0px;
}
.topbar-section ul li {
    display: inline-block;
}
.welcome-messaage{
    color:var(--text-default);
    font-weight: normal;
    padding:5px 0px;
    display: block;
    width:100%;
}
.welcome-messaage:hover{
    color:#ed9324;
}
.topbar-section .topbar-social-link a{
    margin:0px 3px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.topbar-section .topbar-social-link {
    float:right;
}
@media(max-width:767px){
    .topbar-section a{
        text-align:center;
    }
    .topbar-section .topbar-social-link{
        margin:0 auto;
        display: table;
        float:unset;
    }
}
.topbar-social-link{
    margin-right: 20px;;
}
.topbar-left,
.topbar-right{
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.topbar-right{
    justify-content: right;
}
.topbar-left{
    justify-content: left;
}
.btn-lang{
    background:#fff;
    color:#0083cb;
    display: inline-block;
    padding:5px 15px;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Hind Siliguri', sans-serif;
}
.topbar-social-link a.fb{
    background:#1ab9ff;
    color:#fff;
}
.topbar-social-link a.tw{
    background:#ffc000;
    color:#fff;
}
.topbar-social-link a.g-plus{
    background:#abcd52;
    color:#fff;
}
.topbar-social-link a.ins{
    background:#ff4880;
    color:#fff;
}
/*END TOPBAR*/

/*START HEADER*/
header.header-main{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    
}
.footer-main::before,
.slider::before,
header.header-main::before{
    background: url(../images/header_shape.png) center bottom repeat-x;
    width: 100%;
    position: absolute;
    content: '';
    height: 24px;
    bottom: -8px;
    z-index: 101;
    
}
.logo-main img{
    width: 250px;
}
.logo-main{
    display: inline-flex;
    align-items: center;
}
.site-title{
    display: inline-block;
    padding:0px 15px;
    font-size: 25px;
    color:#0083cb;
    font-weight: 700;
    text-transform: uppercase;
}
/*END HEADER*/

/*START MENU*/
.primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}
.navbar .primary-menu li a.nav-link{
    font-size: 17px;
    position: relative;
    padding: 0 13px;
    line-height: 32px;
    display: block;
    font-weight: normal;
    border-radius: 5px;
    transition: all .3s linear 0ms;
}
.primary-menu .sub-menu {
    position: absolute;
    padding: 28px 20px;
    top: 180%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    margin-top: 15px;
    min-width: 270px;
    transition: all .3s linear 0ms;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
    z-index: 101;
    background:#fff;
}
.primary-menu .sub-menu li {
    position: relative;
    padding: 0 12px;
}
.primary-menu .sub-menu li a {
    color: #777;
    font-size: 14px;
    line-height: normal;
    padding: 7px 0;
    position: relative;
    display: block;
    width: 100%;
}
.primary-menu .sub-menu li a::before {
    content: '\f178';
    font-family: "FontAwesome";
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    color: var(--primary-color);
}
.primary-menu .sub-menu li + li a {
    border-top: 1px solid rgba(119,119,119,.07);
}
.primary-menu .sub-menu::after {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 2px dashed rgba(0,131,203,.3);
    border-radius: 8px;
    z-index: -1;
}
.current-menu-parent:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    top:50%;
}
.primary-menu>li:hover{
    background: var(--primary-color);
    color:#fff;
    border-radius: 5px;
}
.primary-menu>li>a{
    color:#0083cb;
}
.primary-menu>li:hover>a{
    color:#fff;
}
.navbar .primary-menu li a.nav-link:hover{
    background: var(--primary-color);
    color:#fff;
}
.sub-menu li a:hover{
    color:var(--primary-color);
    padding-left:20px;
}
.sub-menu li>a:hover:before{
    opacity:1;
    left:0;
}
.primary-menu li.focus>.sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
}


/*END MENU*/

/*START SLIDER */
.slider{
    width: 100%;
    position: relative;
}
.slider li{
    position: relative;
    width: 100%;
}
.slider  img{
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    height: 650px;
    object-fit: cover;
}
.slider .rslides {
    position: relative;
    overflow: hidden;
}
.rslides_nav {
    position: absolute;
    top:40%;
    z-index: 101;
    color:#0083ca;
    width: 30px;
    height: 30px;
    background: rgba(255,255, 255, .75);
    display: inline-block;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
}
.rslides_nav:hover{
    background: rgba(0, 131, 203, 1);
    color:#fff;
}

.rslides1_nav.prev{
    left: 30px;
}
.rslides1_nav.next{
    right: 30px;
}
.slider .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 25px;
    text-shadow: none;
    color: #fff;
    background: rgba(0, 131, 203, .8);
    left: 0;
    right: 0;
    bottom: 8px;
    padding: 30px;
    margin: 0;
    max-width: none;
}

.slider::before{
    background: url(../images/header_shape2.png) center bottom repeat-x;
    bottom: 0px;
}
.slider-text {
    position: relative;
    top: -5px;
    left: 80px;
    width: 90%;
    display: block;
}
.slider-nav{
    width: 100%;
    display: block;
    position: relative;
    top: -75px;
}
/*END SLIDER */


/*START MESSAGE BLOCK*/
.message-block{
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    padding-bottom: 50px;
}

.message-details h3,
.message-details p
{
    display: block;
    text-align: justify;
    padding:0px;
    margin:0px;
}

.message-details h3{
    text-transform: uppercase;
    color:var(--primary-color);
    text-align: center;
}

.message-block p{
    color:#777;
    font-family: 'Baloo 2', cursive;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0;
    padding: 15px 20px 15px 0px;
}
.bn .ticker-details a,
.bn .btn-more,
.bn .message-block p{

    font-family: 'Hind Siliguri', sans-serif;
}
.btn-more {
    position: relative;
    display: inline-block;
    color: var(--primary-color);
    padding-bottom: 2px;
    font-family: 'Fredoka One',sans-serif;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
}


.btn-more::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color:var(--primary-color);
}
.welcome-message{
    position: relative;
    top:30px;
}
.quote_icon {
    position: absolute;
    bottom: 0px;
    right: 80px;
    font-size: 34px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    border: 1px dashed #0083cb;
    color: var(--primary-color);
    z-index: 101;
}
.message-details{
    display: block;
    padding-left: 20px;
}
.message-image{
    text-align: center;
    margin-bottom: 25px;
    margin-top: -76px;
    margin-right: 20px;
}

.message-image img {
    
    width: 120px;
    height: 120px;
    object-fit: cover;
    border:5px solid var(--primary-color);
    border-radius: 50%;
    margin:0 auto;
}

/*END MESSAGE BLOCK*/

/*START CLASS BLOCK*/
.event-section{
    display: block;
    background: #E2F2FA;
    margin-top:150px;
    position: relative;
    padding-bottom: 60px;
}
.event-section::before{
    background: url(../images/section_shape.png) center top repeat-x;
    position: absolute;
    content:'';
    height: 60px;
    width: 100%;
    top:-60px;

}



/*END CLASS BLOCK*/

/*START LOADER*/


.preloader {
    background-color:#f7f7f7;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:999999;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s;
    margin:0 auto
   }
   .preloader .preloader-circle {
        width:100px;
        height:100px;
        position:relative;
        border-style:solid;
        border-width:2px;
        border-top-color:var(--primary-color);
        border-bottom-color:transparent;
        border-left-color:transparent;
        border-right-color:transparent;
        z-index:10;
        border-radius:50%;
        -webkit-box-shadow:0 1px 5px 0 rgba(35,181,185,.15);
        box-shadow:0 1px 5px 0 rgba(35,181,185,.15);
        background-color:#fff;
        -webkit-animation:zoom 2000ms infinite ease;
        animation:zoom 2000ms infinite ease;
        -webkit-transition:.6s;
        -o-transition:.6s;
        transition:.6s
   }
   .preloader .preloader-img {
        position:absolute;
        top:50%;
        z-index:200;
        left:0;
        right:0;
        margin:0 auto;
        text-align:center;
        display:inline-block;
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
        padding-top:6px;
        -webkit-transition:.6s;
        -o-transition:.6s;
        transition:.6s
   }
   .preloader .pere-text strong {
        font-weight:800;
        color:#dca73a;
        text-transform:uppercase
   }

   .preloader .preloader-img img{
        width: 90px;
        margin: 0 auto;
        margin-top: 0px;
        display: table;
        display: flex;
        justify-content: center;
        margin-top: -5px;
   }

   @keyframes zoom {
    0% {
     -webkit-transform:rotate(0deg);
     transform:rotate(0deg);
     -webkit-transition:.6s;
     -o-transition:.6s;
     transition:.6s
    }
    100% {
     -webkit-transform:rotate(360deg);
     transform:rotate(360deg);
     -webkit-transition:.6s;
     -o-transition:.6s;
     transition:.6s
    }
   }

/*END LOADER*/

/*START NEWS*/
.news-ticker-section{
    margin:40px 0px;
    border-radius: 5px;
}
.news-ticker{
    display: inline-flex;
    width: 100%;
    border-radius: 5px;
    height: 60px;
    border: 1px solid #0083cb;
    background: #E2F2FA;
}
.news-ticker .ticker-details{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-ticker .ticker-icon{
    display: flex;
    width: 13%;
    background: var(--primary-color);
    align-items: center;
    justify-content: space-evenly;
}

.news-ticker .ticker-icon h5,
.news-ticker .ticker-icon span{
    color:#fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;
}
.news-ticker .ticker-icon h5{
    letter-spacing: 1px;
}
.ticker-details a i{
    font-size: 12px;
    margin-right: 5px;
    color: var(--primary-color);
}
.ticker-details a {
    color: #777;
    font-family: 'Baloo 2', cursive;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    transition: all 0.5s ease-in;
}
.ticker-details a:hover{
    color: var(--primary-color);
}
/*END NEWS*/


/*START EVENT SECTION*/

.event-content{
    margin-top:80px;
}

.event-item{
    margin-bottom: 30px;
    border-radius: 18px;
    border: 1px solid rgba(119,119,119,.13);
    transition: all .3s linear 0ms;
    display: flex;
    align-items: center;
    background: #fff;
}

.event-featured {
    max-width: 198px;
    width: 100%;
    margin-right:25px;
    margin-bottom: -1px;
    margin-top: -1px;
    margin-left: -1px;
    overflow: hidden;
    min-height: 220px;
    border-radius: 18px 0 0 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.event-box label {
    font-size: 15px;
    font-weight: 500;
    color: #271344;
    margin-bottom: 4px;
}

.event-box label i {

    font-size: 20px;
    margin-right: 10px;
    color: var(--primary-color);
}

.event-readmore {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-family: 'Fredoka One',sans-serif;
    font-weight: 400;
    margin-top:10px;
    color: var(--primary-color);
}
.event-title{
    margin-bottom: 20px;
    font-size: 20px;
    color:var(--primary-color);
}
.event-details{
    font-family: 'Prompt', sans-serif;
    color: #777;
    font-weight: 400;
}
.event-readmore::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color)
}

.btn-view-all{
    background-color: var(--primary-color);
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding: 0 26px;
    line-height: 48px;
    transition: all .3s linear 0ms;
    border-radius: 5px;
    position: relative;
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    margin:15px auto 30px    auto;
    display: table;
}
.btn-view-all:hover{
    background: #fff;
    color: var(--primary-color);
    border-color: #fff;
}

/*END EVENT SECTION*/

/*START GALLERY SECTION*/

.gallery-section{
    padding:60px 0px;
    position: relative;

    background-size: auto;
    background-size: cover;
    padding: 60px 0 100px;
}
.gallery-content{
    position: relative;
}
.gallery-image-overlay {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .gallery-image-link{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    background: var(--primary-color);
    display: block;
    font-size: 16px;
    z-index: 1;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
}
.gallery-content:hover .gallery-image-overlay{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.gallery-image-link:hover{
    color:#fff;
}




.gallery-album-section,
.gallery-thumbnail-container
{
    position: relative;
}
.gallery-image
{
    height: 230px;
    overflow: hidden;
    position: relative;
    width:100%;
}
.gallery-image img 
{
    position: absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    margin:auto;
}
.gallery-thumbnail-container .gallery-image .overlay-bg {
    background: rgba(106, 175, 8, 0.9) none repeat scroll 0 0;
    border-radius: 4px;
    opacity: 0;
    transform: scale(0);
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
}

.gallery-thumbnail-container .gallery-image:hover .overlay-bg {
    opacity: 1;
    transform: scale(1);
}
.gallery-thumbnail-container .gallery-image .overlay-bg .box .content
{
    margin-top:80px;
}

.gallery-thumbnail-container .gallery-image .overlay-bg .box .content h4 {
    color: #fff;
    text-align: center;
}
.gallery-thumbnail-container .gallery-image .overlay-bg .box .content .btn-common
{
    margin:0 auto;
    display: table;
    border-radius: 10px;
}
.gallery-thumbnail-container .gallery-image .overlay-bg .box .content .btn-common
{
    border-radius: 0px;
    font-size:15px;
    padding:5px 15px;
    transition: all 0.5s ease-in ;
}
.gallery-thumbnail-container .gallery-image .overlay-bg .box .content .btn-common:hover
{

 background: #025020 ;
 border:0px;
}




/*END GALLERY SECTION*/


/*START MESSAGE*/
.single.message .single-body .page-image img{

    max-width: 250px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
@media(max-width:767px){
    .single.message .single-body .page-image img{
        max-width: 100%;
        float: unset;
    }
}
/*END MESSAGE*/


/*START ADMISSION*/

.admission-form-section .input-group-text{
    width: 180px;
    border-radius: 5px 0px 0px 5px;
    border-right: 0px;
}
@media(max-width:767px){
    .admission-form-section .input-group-text .text{
        display: none;
    }
    .admission-form-section .input-group-text{
        width:45px;
    }
}
/*END ADMISSION*/

/*START FOOTER*/

.footer-main{
    position: relative;
    background-color: var(--primary-color);
    padding: 60px 0px 0px;
    color: #fff;
}
.footer-main::before{
    top:-6px;
}

.footer-shape-left ,
.footer-shape-right
{
    position: absolute;
    width: 18%;
    top:20%;
}
.footer-shape-right{
    right:0px;
}

.footer-admission .admission-inner{
    background: #fff;
    border-radius: 15px;
    margin:30px 0px;
    padding:25px;
}

.footer-wrapper{
    margin-top:40px;
}

.footer-content h3{
    margin-bottom: 30px;
    color:#fff;
    border-bottom: 3px dotted;
    display: inline-block;
    padding-bottom: 10px;
}

.footer-adress li{
    font-size: 16px;
    margin-bottom: 30px;
    display: flex;
}

.footer-adress li i{
    font-size: 25px;
    margin-right: 16px;

}
.footer-adress li .la-map-marker{
    font-size: 32px;
    margin-left: -5px;
}
.opening-hours-list{
    width: 95%;
}
.opening-hours-list li{
    margin-bottom: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, .6);
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.opening-hours-list li:last-child{
    border-bottom: 0px;
}

.footer-copyright{
    padding: 30px 0px;
    border-top: 1px dotted rgba(255, 255, 255, .75);
    margin-top: 25px;
}

.scroll-top {
    position: fixed;
    z-index: 99;
    bottom: 24px;
    right: 30px;
    height: 47px;
    width: 47px;
    line-height: 47px;
    text-align: center;
    background-color: var(--primary-color);
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
}
.scroll-top::after {
    position: absolute;
    content: "";
    display: block;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px dashed #fff;
}

.scroll-top.on {
    bottom: 44px;
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover,
.scroll-top:focus
 {
    color:#fff;
}
/*END FOOTER*/


/*START MOBILE */

@media(max-width:767px){
    
    .site-title{
        font-size: 20px;
    }
    .logo-main img{
        width: 40px;
    }
    .logo-main img{
        width:250px;
    }
    
    .dropdown-btn{
        position: absolute;
        right: 10px;
        top: 10px;
        width: 35px;
        height: 30px;
        border: 1px solid rgba(0,131,203,.3);
        background: url(../images/submenu-icon.png) center center no-repeat;
        background-size: auto;
        background-size: 20px;
        cursor: pointer;
        z-index: 5;
    }
    .primary-menu .sub-menu{
        position: relative;
        display:none;
        visibility: visible;
        margin: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: none;
        border:none;
        float:none;
        opacity:1;
        transition:none;
        border:0px;
        box-shadow: none;
    }
    .primary-menu>li>a,
    .primary-menu li a.nav-link,
    .primary-menu>li:hover,
    .navbar .primary-menu li a.nav-link:hover{
        background: transparent;
        color:#333;
    }
    .navbar .primary-menu li a.nav-link{
       padding:10px 0px;
       border-bottom: 1px dashed rgba(0,131,203,.3);
       border-radius:0px;
    }
    .navbar-toggler{
        border: 1px solid rgba(0,131,203,.3);
        padding: 8px 10px;
        border-radius: 2px;
        background: #0083cb;
        color: #fff;
        font-size: 20px;
        opacity: 1;
    }

    .slider img{
        height:350px;
    }
    .news-ticker .ticker-icon{
        width:30%;
    }
    
    .event-item{
        display:block;
        margin:0px;
    }
    .event-section .event-featured{
        max-width:100%;    
        border-radius: 18px 18px 0px 0px;
        margin-right:0px;
        
    }
    .event-body{
        padding:30px;
    }
    .event-content{
        margin:0px;
    }
    
    .footer-content{
        margin-top:60px;
    }
    
    .footer-shape-left, .footer-shape-right {
        position: absolute;
        width: 35%;
        top: 25px;
    }
.footer-main::before{
    top:-8px;
}



}

/*END MOBILE */

